27. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2020-08-14 00:01:30 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

27.1 Files compared

#LocationFileLast Modified
1Porto v3.2.3/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc/adminhtmlmenu.xml2017-05-16 11:25:12 +0000
22020-08-14 00:01:30 +0000

27.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged00
Changed00
Inserted00
Removed153

27.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

27.4 Active regular expressions

No regular expressions were active.

27.5 Comparison detail

1 <?xml     
2  version="1.0"    
3 ?>    
4 <!--    
5 /**    
6  * Mageplaza    
7  *    
8  * NOTICE OF LICENSE    
9  *    
10  * This source file is subject to the Mageplaza.com license that is    
11  * available through the world-wide-web at this URL:    
12  * https://www.mageplaza.com/LICENSE.txt    
13  *    
14  * DISCLAIMER    
15  *    
16  * Do not edit or add to this file if you wish to upgrade this extension to newer    
17  * version in the future.    
18  *    
19  * @category    Mageplaza    
20  * @package     Mageplaza_LayeredNavigation    
21  * @copyright   Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)    
22  * @license     https://www.mageplaza.com/LICENSE.txt    
23  */    
24 -->    
25     
26 <config     
27  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"     
28  xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd"    
29 >    
30          
31  <menu>    
32               
33   <add     
34    id="Mageplaza_LayeredNavigation::layer"     
35    title="Layered Navigation"     
36    module="Mageplaza_LayeredNavigation"     
37    sortOrder="100"     
38    resource="Mageplaza_LayeredNavigation::configuration"     
39    parent="Mageplaza_Core::menu"    
40   />    
41               
42   <add     
43    id="Mageplaza_LayeredNavigation::configuration"     
44    title="Configuration    
45    module="Mageplaza_LayeredNavigation"     
46    sortOrder="10"     
47    action="adminhtml/system_config/edit/section/layered_navigation"     
48    resource="Mageplaza_LayeredNavigation::configuration"     
49    parent="Mageplaza_LayeredNavigation::layer"    
50   />    
51           
52  </menu>    
53 </config>